Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python
1) 2D Graphics
2) Application
3) Buildin Function
4) Class
5) Data Structure
6) Data Type
7) Database
8) Development
9) Dictionary
10) Event
11) Exception
12) File
13) Function
14) GUI Pmw
15) GUI Tk
16) Language Basics
17) List
18) Math
19) Network
20) String
21) System
22) Thread
23) Tuple
24) Utility
25) XML
Data Type
1) 1 is true in Python
2) A value as a condition
3) Adding 1 to maxint
4) Anything with a non-zero length is true, empty sequences are false
5) Big number
6) Bit calculation
7) Bitwise AND
8) Bitwise or
9) Boolean operation in if
10) Code for Handling Large maxints
11) Compare integers using if structures, relational operators and equality operators
12) Complex Number Multiply
13) Complex Numbers
14) Convert integers to octal and hexadecimal strings with a string formatting expression
15) Convert String to integer (int)
16) Decimal Floating Point Arithmetic
17) Define and use int
18) Define and use integer
19) Hex literals
20) In Python any non-zero integer value is true; zero is false
21) Int
22) Int function
23) Int value demo
24) Integer division returns the floor
25) Long Integer
26) Mixed-type conversions
27) Oct and hex function
28) Octal literals
29) Operators with mixed type operands convert the integer operand to floating point
30) Tools for Working with Lists
31) Use ( ) in calculation
32) Use abs(z) to get its magnitude (as a float) or z real to get its real part
33) Use function
34) Using Python as a Calculator
35) Whats True in Python